GlobalLexicalScopeNamesRequest

data class GlobalLexicalScopeNamesRequest(executionContextId: ExecutionContextId?)

Represents request frame that can be used with Runtime#globalLexicalScopeNames operation call.

Returns all let, const and class variables from global scope.

See also

Constructors

GlobalLexicalScopeNamesRequest
Link copied to clipboard
fun GlobalLexicalScopeNamesRequest(executionContextId: ExecutionContextId? = null)

Properties

executionContextId
Link copied to clipboard
val executionContextId: ExecutionContextId? = null
Specifies in which execution context to lookup global scope variables.

Sources

jvm source
Link copied to clipboard